aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/projets/[slug].tsx
Commit message (Expand)AuthorAgeFilesLines
* refactor(components): replace ResponsiveImage with Figure componentArmand Philippot2023-11-111-4/+6
* refactor(components): rewrite SocialLink componentArmand Philippot2023-11-111-9/+28
* refactor(components): rewrite List componentArmand Philippot2023-11-111-0/+23
* refactor(components): rewrite Spinner componentArmand Philippot2023-10-241-1/+7
* refactor(components): rewrite Heading componentArmand Philippot2023-10-241-1/+62
* refactor(routes): replace hardcoded routes with constantsArmand Philippot2023-10-241-66/+68
* refactor: use named export for everything except pagesArmand Philippot2023-09-201-27/+29
* build(deps): bump all dependenciesArmand Philippot2023-09-191-5/+5
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-27/+30
* chore: make Links and Images compliant with Next.js 13Armand Philippot2023-01-231-5/+11
* fix(projects): load content dynamically and refresh table of contentsArmand Philippot2022-09-211-2/+7
* fix(projects): do not transform pre to Code componentArmand Philippot2022-08-211-1/+0
* refactor(schema): use helpers function to avoid repeat between pagesArmand Philippot2022-05-231-39/+21
* refactor: reduce the number of data transformationArmand Philippot2022-05-231-5/+9
* chore: update some stylesArmand Philippot2022-05-211-2/+7
* chore: use persistent layoutArmand Philippot2022-05-171-3/+11
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-161-17/+10
* chore: add Project single pagesArmand Philippot2022-05-131-0/+249